@@ -133,6 +133,7 @@ class GroupPhotoInfo(CreateUpdateMixin): |
||
| 133 | 133 |
@property |
| 134 | 134 |
def photo_info(self): |
| 135 | 135 |
return {
|
| 136 |
+ 'user_id': self.user_id, |
|
| 136 | 137 |
'photo_id': self.pk, |
| 137 | 138 |
'photo_url': self.photo_url, |
| 138 | 139 |
'photo_thumbnail_url': self.photo_thumbnail_url, |